home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
fourpage
/
fourpage.dpr
next >
Wrap
Text File
|
1996-04-08
|
266b
|
15 lines
{ by Mark Erbaugh, CIS 71370,1475 }
{ copyright (c) 1995 - Microcomputer Enhancement }
program Fourpage;
uses
Forms,
Main in 'MAIN.PAS' {frmFourPage};
{$R *.RES}
begin
Application.CreateForm(TfrmFourPage, frmFourPage);
Application.Run;
end.